Description
Restore the file list input from a context variable given its name. Return the files.
Operation id | Context.RestoreBlobsInput |
Category | Execution Context |
Label | Restore Files Input |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | bloblist |
Implementation Information
JSON Definition
{
"id" : "Context.RestoreBlobsInput",
"label" : "Restore Files Input",
"category" : "Execution Context",
"requires" : null,
"description" : "Restore the file list input from a context variable given its name. Return the files.",
"url" : "Context.RestoreBlobsInput",
"signature" : [ "void", "bloblist" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}